Fix more MinGW64 incompatibilities.
authorEli Zaretskii <eliz@gnu.org>
Tue, 26 Mar 2013 13:45:01 +0000 (15:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 26 Mar 2013 13:45:01 +0000 (15:45 +0200)
commitb18adb5e2449e4fa2ed73c2b46e4a2977d207a98
treeed5eb0ed9eb87cee1fed8b1e59d4003238c93eb5
parent565811a3d21f5a011233eccd992e604cf468d507
Fix more MinGW64 incompatibilities.

Reported by ×ƒscar Fuentes in

  http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html

 nt/inc/ms-w32.h (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
 nt/inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.

 src/w32.c (_PROCESS_MEMORY_COUNTERS_EX) [_WIN32_WINNT < 0x0500]:
 Define only for _WIN32_WINNT less than 0x0500.
nt/ChangeLog
nt/inc/ms-w32.h
nt/inc/sys/stat.h
src/ChangeLog
src/w32.c